Digital Card Issuance API

(0 reviews)

Technical Notes

#

  • /connex/cvv.get
    • This endpoint does require the use of the Encryption API - /key-wrap.get. In order for Co-op to send the CVV Security code, we must provide it encrypted. You will first provide the 256 bit Key you want us to encrypt it with by using the Encryption API. In that API you will base64 encode the 256 bit key and we will return back a wrapped key Value. This is the value you will pass in the parameter wrappedKey. After you unencrypt the response value, it will be in this format. Unencrypted securedData = { cvv: "000", _exp_dt: "YYMM"}
  • /connex/cvv.get
    • This endpoint does require the use of the Encryption API - /key-wrap.get. In order for Co-op to send the CVV Security code, we must provide it encrypted. You will first provide the 256 bit Key you want us to encrypt it with by using the Encryption API. In that API you will base64 encode the 256 bit key and we will return back a wrapped key Value. This is the value you will pass in the parameter wrappedKey. After you unencrypt the response value, it will be in this format. Unencrypted securedData = { cvv: "000", _exp_dt: "YYMM"}

Note: there is more information on the Encryption API for use on this API.


Reviews